home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMNODEPROP / TFRMNODEPROP.txt
Text File  |  2006-04-19  |  2KB  |  116 lines

  1. object frmNodeProp: TfrmNodeProp
  2.   Left = 309
  3.   Top = 215
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Object properties'
  7.   ClientHeight = 185
  8.   ClientWidth = 294
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblNodeName: TLabel
  22.     Left = 10
  23.     Top = 19
  24.     Width = 3
  25.     Height = 13
  26.   end
  27.   object lblIcon: TLabel
  28.     Left = 8
  29.     Top = 54
  30.     Width = 73
  31.     Height = 13
  32.     Caption = 'Tree leafs icon:'
  33.   end
  34.   object lblGraphSide: TLabel
  35.     Left = 186
  36.     Top = 54
  37.     Width = 54
  38.     Height = 13
  39.     Caption = 'Graph side:'
  40.   end
  41.   object editNodeName: TEdit
  42.     Left = 120
  43.     Top = 15
  44.     Width = 167
  45.     Height = 21
  46.     HelpContext = 4570
  47.     TabOrder = 0
  48.     OnChange = editNodeNameChange
  49.   end
  50.   object rbNone: TRadioButton
  51.     Left = 186
  52.     Top = 73
  53.     Width = 100
  54.     Height = 17
  55.     HelpContext = 4590
  56.     Caption = 'None'
  57.     TabOrder = 1
  58.     OnClick = editNodeNameChange
  59.   end
  60.   object rbLeft: TRadioButton
  61.     Left = 186
  62.     Top = 93
  63.     Width = 100
  64.     Height = 17
  65.     HelpContext = 4590
  66.     Caption = 'Left'
  67.     TabOrder = 2
  68.     OnClick = editNodeNameChange
  69.   end
  70.   object rbRight: TRadioButton
  71.     Left = 186
  72.     Top = 113
  73.     Width = 100
  74.     Height = 17
  75.     HelpContext = 4590
  76.     Caption = 'Right'
  77.     TabOrder = 3
  78.     OnClick = editNodeNameChange
  79.   end
  80.   object btnOk: TButton
  81.     Left = 71
  82.     Top = 156
  83.     Width = 72
  84.     Height = 22
  85.     HelpContext = 49
  86.     Caption = 'OK'
  87.     Default = True
  88.     Enabled = False
  89.     ModalResult = 1
  90.     TabOrder = 4
  91.   end
  92.   object btnCancel: TButton
  93.     Left = 151
  94.     Top = 156
  95.     Width = 72
  96.     Height = 22
  97.     HelpContext = 44
  98.     Cancel = True
  99.     Caption = 'Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 5
  102.   end
  103.   object ComboBox: TComboBox
  104.     Left = 8
  105.     Top = 69
  106.     Width = 161
  107.     Height = 24
  108.     HelpContext = 4580
  109.     Style = csOwnerDrawFixed
  110.     ItemHeight = 18
  111.     TabOrder = 6
  112.     OnChange = ComboBoxChange
  113.     OnDrawItem = ComboBoxDrawItem
  114.   end
  115. end
  116.